[INFO] fetching crate ez_jni 0.7.1...
[INFO] fixing ez_jni-0.7.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate ez_jni 0.7.1 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate ez_jni 0.7.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate ez_jni 0.7.1
[INFO] tweaked toml for crates.io crate ez_jni 0.7.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ez_jni 0.7.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate ez_jni 0.7.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ez_jni_macros v0.7.1
[INFO] [stderr]   Downloaded trybuild v1.0.99
[INFO] [stderr]   Downloaded java-locator v0.1.7
[INFO] [stderr]   Downloaded ez_jni_general_utils v0.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e
[INFO] running `Command { std: "docker" "start" "95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling bytes v1.7.1
[INFO] [stderr]     Checking hashbrown v0.15.0
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling java-locator v0.1.7
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling cesu8 v1.1.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]    Compiling jni-sys v0.3.0
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling ez_jni_general_utils v0.1.1
[INFO] [stderr]    Compiling trybuild v1.0.99
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking toml_datetime v0.6.8
[INFO] [stderr]     Checking toml_edit v0.22.22
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]     Checking toml v0.8.19
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking jni v0.21.1
[INFO] [stderr]    Compiling ez_jni_macros v0.7.1
[INFO] [stderr]     Checking ez_jni v0.7.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: Failed to spawn command "javac": No such file or directory (os error 2)
[INFO] [stdout]    --> src/__throw/jni_fn.rs:185:93
[INFO] [stdout]     |
[INFO] [stdout] 185 | ...zjni/RustPanic", &JObject::null(), compile_java_class!("./src/", "me/marti/ezjni/RustPanic")))
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `compile_java_class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: Failed to spawn command "javac": No such file or directory (os error 2)
[INFO] [stdout]    --> src/__throw/jni_fn.rs:185:93
[INFO] [stdout]     |
[INFO] [stdout] 185 | ...zjni/RustPanic", &JObject::null(), compile_java_class!("./src/", "me/marti/ezjni/RustPanic")))
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `compile_java_class` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ez_jni` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `ez_jni` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e", kill_on_drop: false }`
[INFO] [stdout] 95cd4fc318527d09b7ec7669eaf4452d7226017113a30769a48a909d31a14e8e
